Skip to content

Commit

Permalink
Added Sf.Graphics.RenderWindow.createVulkanSurface
Browse files Browse the repository at this point in the history
Missing for implementing SFML/CSFML@e0589c3
  • Loading branch information
mgrojo committed May 25, 2024
1 parent 956c299 commit 52ca4a2
Show file tree
Hide file tree
Showing 8 changed files with 2,551 additions and 1,545 deletions.
26 changes: 13 additions & 13 deletions doc/docs/sf__graphics__renderwindow___mouse___spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GNATdoc.Documentation = {
{
"label": "getPosition",
"qualifier": "",
"line": 651,
"line": 652,
"column": 16,
"src": "srcs/sf-graphics-renderwindow.ads.html",
"summary": [
Expand All @@ -22,7 +22,7 @@ GNATdoc.Documentation = {
"children": [
{
"kind": "line",
"number": 651,
"number": 652,
"children": [
{
"kind": "span",
Expand All @@ -43,7 +43,7 @@ GNATdoc.Documentation = {
"kind": "span",
"cssClass": "identifier",
"text": "getPosition",
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L651C16"
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L652C16"
},
{
"kind": "span",
Expand All @@ -59,7 +59,7 @@ GNATdoc.Documentation = {
"kind": "span",
"cssClass": "identifier",
"text": "relativeTo",
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L651C29"
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L652C29"
},
{
"kind": "span",
Expand Down Expand Up @@ -144,7 +144,7 @@ GNATdoc.Documentation = {
"parameters": [
{
"label": "relativeTo",
"line": 651,
"line": 652,
"column": 29,
"type": {
"label": "Sf.Graphics.sfRenderWindow_Ptr",
Expand Down Expand Up @@ -180,7 +180,7 @@ GNATdoc.Documentation = {
{
"label": "setPosition",
"qualifier": "",
"line": 663,
"line": 664,
"column": 17,
"src": "srcs/sf-graphics-renderwindow.ads.html",
"summary": [
Expand All @@ -191,7 +191,7 @@ GNATdoc.Documentation = {
"children": [
{
"kind": "line",
"number": 663,
"number": 664,
"children": [
{
"kind": "span",
Expand All @@ -212,7 +212,7 @@ GNATdoc.Documentation = {
"kind": "span",
"cssClass": "identifier",
"text": "setPosition",
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L663C17"
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C17"
},
{
"kind": "span",
Expand All @@ -228,7 +228,7 @@ GNATdoc.Documentation = {
"kind": "span",
"cssClass": "identifier",
"text": "position",
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L663C30"
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C30"
},
{
"kind": "span",
Expand Down Expand Up @@ -260,7 +260,7 @@ GNATdoc.Documentation = {
},
{
"kind": "line",
"number": 664,
"number": 665,
"children": [
{
"kind": "span",
Expand All @@ -271,7 +271,7 @@ GNATdoc.Documentation = {
"kind": "span",
"cssClass": "identifier",
"text": "relativeTo",
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L664C42"
"href": "docs/sf__graphics__renderwindow___mouse___spec.html#L665C42"
},
{
"kind": "span",
Expand Down Expand Up @@ -335,7 +335,7 @@ GNATdoc.Documentation = {
"parameters": [
{
"label": "position",
"line": 663,
"line": 664,
"column": 30,
"type": {
"label": "Sf.System.Vector2.sfVector2i",
Expand All @@ -355,7 +355,7 @@ GNATdoc.Documentation = {
},
{
"label": "relativeTo",
"line": 664,
"line": 665,
"column": 42,
"type": {
"label": "Sf.Graphics.sfRenderWindow_Ptr",
Expand Down
Loading

0 comments on commit 52ca4a2

Please sign in to comment.