Skip to content

Commit 52ca4a2

Browse files
committed
Added Sf.Graphics.RenderWindow.createVulkanSurface
Missing for implementing SFML/CSFML@e0589c3
1 parent 956c299 commit 52ca4a2

File tree

8 files changed

+2551
-1545
lines changed

8 files changed

+2551
-1545
lines changed

doc/docs/sf__graphics__renderwindow___mouse___spec.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GNATdoc.Documentation = {
1111
{
1212
"label": "getPosition",
1313
"qualifier": "",
14-
"line": 651,
14+
"line": 652,
1515
"column": 16,
1616
"src": "srcs/sf-graphics-renderwindow.ads.html",
1717
"summary": [
@@ -22,7 +22,7 @@ GNATdoc.Documentation = {
2222
"children": [
2323
{
2424
"kind": "line",
25-
"number": 651,
25+
"number": 652,
2626
"children": [
2727
{
2828
"kind": "span",
@@ -43,7 +43,7 @@ GNATdoc.Documentation = {
4343
"kind": "span",
4444
"cssClass": "identifier",
4545
"text": "getPosition",
46-
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L651C16"
46+
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L652C16"
4747
},
4848
{
4949
"kind": "span",
@@ -59,7 +59,7 @@ GNATdoc.Documentation = {
5959
"kind": "span",
6060
"cssClass": "identifier",
6161
"text": "relativeTo",
62-
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L651C29"
62+
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L652C29"
6363
},
6464
{
6565
"kind": "span",
@@ -144,7 +144,7 @@ GNATdoc.Documentation = {
144144
"parameters": [
145145
{
146146
"label": "relativeTo",
147-
"line": 651,
147+
"line": 652,
148148
"column": 29,
149149
"type": {
150150
"label": "Sf.Graphics.sfRenderWindow_Ptr",
@@ -180,7 +180,7 @@ GNATdoc.Documentation = {
180180
{
181181
"label": "setPosition",
182182
"qualifier": "",
183-
"line": 663,
183+
"line": 664,
184184
"column": 17,
185185
"src": "srcs/sf-graphics-renderwindow.ads.html",
186186
"summary": [
@@ -191,7 +191,7 @@ GNATdoc.Documentation = {
191191
"children": [
192192
{
193193
"kind": "line",
194-
"number": 663,
194+
"number": 664,
195195
"children": [
196196
{
197197
"kind": "span",
@@ -212,7 +212,7 @@ GNATdoc.Documentation = {
212212
"kind": "span",
213213
"cssClass": "identifier",
214214
"text": "setPosition",
215-
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L663C17"
215+
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C17"
216216
},
217217
{
218218
"kind": "span",
@@ -228,7 +228,7 @@ GNATdoc.Documentation = {
228228
"kind": "span",
229229
"cssClass": "identifier",
230230
"text": "position",
231-
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L663C30"
231+
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C30"
232232
},
233233
{
234234
"kind": "span",
@@ -260,7 +260,7 @@ GNATdoc.Documentation = {
260260
},
261261
{
262262
"kind": "line",
263-
"number": 664,
263+
"number": 665,
264264
"children": [
265265
{
266266
"kind": "span",
@@ -271,7 +271,7 @@ GNATdoc.Documentation = {
271271
"kind": "span",
272272
"cssClass": "identifier",
273273
"text": "relativeTo",
274-
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C42"
274+
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L665C42"
275275
},
276276
{
277277
"kind": "span",
@@ -335,7 +335,7 @@ GNATdoc.Documentation = {
335335
"parameters": [
336336
{
337337
"label": "position",
338-
"line": 663,
338+
"line": 664,
339339
"column": 30,
340340
"type": {
341341
"label": "Sf.System.Vector2.sfVector2i",
@@ -355,7 +355,7 @@ GNATdoc.Documentation = {
355355
},
356356
{
357357
"label": "relativeTo",
358-
"line": 664,
358+
"line": 665,
359359
"column": 42,
360360
"type": {
361361
"label": "Sf.Graphics.sfRenderWindow_Ptr",

0 commit comments

Comments
 (0)